From 8df3dc09a83d143692949e0498a2cabc585f76eb Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 25 Feb 2008 06:29:01 -0700 Subject: [PATCH] [IA64] Remove VL_LDFLAGS=ia64.ld from Makefile.target The ia64 custom linker script breaks cross compilation (see http://markmail.org/message/zowwwfs3mdipseiv) and seems to be unnecessary. Tested by building and running ia64 HVM domains. Signed-off-by: Aron Griffis --- tools/ioemu/Makefile.target | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/ioemu/Makefile.target b/tools/ioemu/Makefile.target index 965d726adf..5a6ff93d1a 100644 --- a/tools/ioemu/Makefile.target +++ b/tools/ioemu/Makefile.target @@ -523,10 +523,6 @@ vl.o: BASE_CFLAGS+=-p VL_LDFLAGS+=-p endif -ifeq ($(ARCH),ia64) -VL_LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld -endif - ifeq ($(ARCH),sparc64) VL_LDFLAGS+=-m64 VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld -- 2.30.2